projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60579ac
)
(split-string): Remove spurious ")" from doc string.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Jan 2007 14:36:34 +0000
(14:36 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Jan 2007 14:36:34 +0000
(14:36 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index f37f6ffc2e628d93238598dedf927ae0c1e879d4..c5c12137e559aa058c6741a774abfc3f44810305 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-2678,7
+2678,7
@@
are effectively trimmed). If nil, all zero-length substrings are retained,
which correctly parses CSV format, for example.
Note that the effect of `(split-string STRING)' is the same as
-`(split-string STRING split-string-default-separators t)'
)
. In the rare
+`(split-string STRING split-string-default-separators t)'. In the rare
case that you wish to retain zero-length substrings when splitting on
whitespace, use `(split-string STRING split-string-default-separators)'.